__android_log_buf_print

Writes a formatted string to log buffer id, with priority prio and tag tag. The details of formatting are the same as for printf(3).

Apps should use __android_log_print() instead.

extern (C) nothrow @nogc
int
__android_log_buf_print
(
int bufID
,
int prio
,
const(char)* tag
,
const(char)* fmt
,
)

Meta